PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

Networking Icon Constants

Icon Services defines constants for a number of standard networking icons. You can pass one of these constants in the iconType parameter of the function GetIconRef, for example.

enum {
    kAppleTalkIcon= FOUR_CHAR_CODE('atlk'),
    kAppleTalkZoneIcon= FOUR_CHAR_CODE('atzn'),
    kAFPServerIcon= FOUR_CHAR_CODE('afps'),
    kFTPServerIcon = FOUR_CHAR_CODE('ftps'),
    kGenericNetworkIcon= FOUR_CHAR_CODE('gnet'),
    kIPFileServerIcon= FOUR_CHAR_CODE('isrv')
};


© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)